home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / RMDIR.INS < prev    next >
Text File  |  1991-08-22  |  1KB  |  37 lines

  1. RMDIR     Used to delete directories that are no
  2.           longer being used. (Can be abbrev as RD).
  3.  
  4. Format:   RMDIR or RD [D:]Path:DirName
  5.  
  6. Example:           RMDIR \OLDDIR
  7.  
  8.    Deletes (REMOVES) the directory named OLDDIR on the
  9.    CURRENT drive. As with all directories that you
  10.    wish to remove, it must NOT contain any files.
  11.  
  12. Example:         RMDIR \OLDDIR\DATA
  13.  
  14.    Deletes the  subdirectory named \OLDDIR\DATA on the
  15.    CURRENT drive.The \OLDDIR directory is the PARENT
  16.    directory of the \OLDDIR\DATA subdirectory and will
  17.    still exist after the removal of the \OLDDIR\DATA
  18.    subdirectory.
  19.  
  20. Example:          RMDIR A:\DATABAK
  21.  
  22.    Deletes the subdirectory named DATABAK on the disk-
  23.    ette in drive A:.
  24.  
  25.  
  26. [*]  The ROOT directory on the disk is designated by
  27.      the "\" character. The "\" designates that it is
  28.      a directory and the absense of a name shows that
  29.      it is the first, or ROOT, on the disk.
  30.  
  31. [*]  In order to remove a directory, it must be EMPTY
  32.      of all files and not have any subdirectories below
  33.      it that have not also been removed. Sometimes it
  34.      is necessary to use utility programs that can
  35.      detect and delete HIDDEN files in order to erase
  36.      them so that a directory can be removed.
  37.